Micono InStr v0.5.0b1
for REALbasic 2 plugin

Upload: 1999/10/13

[Download]


About Micono InStr

  • This plugin has functions same as InStr /InStrB functions of REALbasic. The speed is almost equal with InStr /InStrB functions of REALbasic.

    Can select search method or ignore recognition of case of Enghlish characters !
    Compatible with 1byte script and SJIS !

    Compatible with strings containing "&h00" !
    Can build Windows application !


Methods

Select search method of ignore or recognition case of Enghlish charactor.

mic_InStrCheckType( CheckType as Integer )

CheckType

0: Ignore case (default: same search type as REALbasic).

1: Recognition case (reset to 0 after work)

2: Recognition case (fix recognition search)

Returns the first occurrence of the a string inside another string. (the number of characters in a string)

mic_InStr(Source as String, find as String) as Integer

Returns the first occurrence of the a string inside another string. (the number of characters in a string)

mic_StartInStr(Start as Integer, Source as string, find as String) as Integer

Returns the first occurrence of the a string inside another string. (the number of bytes in a string)

mic_InStrB(Source as String, find as String) as Integer

Returns the first occurrence of the a string inside another string. (the number of bytes in a string)

mic_StartInStrB(Start as Integer, Source as string, find as String) as Integer


No warranty and copyright

  • The author, Michio Ono, makes no warranties.
  • Use this plugin at your own risk.
  • The author claims no liability for dataloss or any other problems caused directly or indirectly by this plugin.
  • The copyright of this plugin belongs to the author.


Supports

  • You can get the latest version of this plugin at http://www.threeweb.ad.jp/~micono.
  • If you've got any comments or questions, drop me a line at micono@tky.3web.ne.jp.

Copyright 1999, Micono Utilities. All rights reserved.